-
Notifications
You must be signed in to change notification settings - Fork 6.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updated Dockerfile from using Python 3.6 to 3.10 #8135
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it possible to use at least Py3.8? 3.7 will be deprecated next.
.kokoro/docker/Dockerfile
Outdated
@@ -1,4 +1,4 @@ | |||
# Copyright 2020 Google LLC | |||
# Copyright 2022 Google LLC |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The copyright year must reflect the year it was introduced, not the most recent edited yet.
# Copyright 2022 Google LLC | |
# Copyright 2020 Google LLC |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah good to know, will revert.
Note: I will try to upgrade to 3.10 if it works. |
@parthea asked for 3.10, we can try to jump directly there. |
The linter kicked in and changed many lines, shall I revert the linting? |
If the Kokoro lint doesn't complain then it's fine |
There's a test failure, but not sure what the context is:
|
It's an unrelated failure, we can ignore it. |
@dandhlee thanks for the confirmation. If all is fine, please feel free to merge. |
2.7 failure is unrelated to this change. Admin merging. |
Dockerfile build fails with: